projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7905198
)
[MSDOS]: If DJGPP version 2, include fcntl.h and string.h.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Apr 1996 04:10:47 +0000
(
04:10
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Apr 1996 04:10:47 +0000
(
04:10
+0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 3d0e30d1f4ebf180f87c0941837a3dc06b9d318b..388d602d87c5c1c89157207f18cee5e1d47e0fac 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-44,6
+44,10
@@
Boston, MA 02111-1307, USA. */
#ifdef MSDOS
#include "msdos.h"
#include <sys/param.h>
+#if __DJGPP__ >= 2
+#include <fcntl.h>
+#include <string.h>
+#endif
#endif
#include <ctype.h>